向记录中任意增加一个对象,对象的类型通过pszClassName变量代表的C++类名确定
[helpstring("method AddCustomObject")] HRESULT AddCustomObject(BSTR pszClassName, [out,retval] IDispatch** ppNewObj);
返回新增加的对象
IMxDrawBlockTableRecord 方法